From 2fe1640cb34e89fccb72b6ae205f6d8f6291b461 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Wed, 19 Aug 2015 20:38:56 -0700 Subject: [PATCH] make images less amazing --- src/doc/stylesheets/all.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index 3c0bdc2b2..7a1709c57 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -283,3 +283,7 @@ ul.dropdown.open { display: inline-block; position: relative; } + +p > img { + max-width: 100%; +} -- 2.30.2